@charset "UTF-8";
@import "layout.css";
@import "/statics/css/awesome-4.7.0/css/font-awesome.min.css";
@import "animate.css";

.p_r {
    position: relative;
}

/* --------header-------- */
.top {min-height: 100px;}
.logo h1{
    color: #009fe9;
    font-weight: 400;
}
.logo img{
    max-height: 60px;
}
.hotline>i{
    font-size: 2.8rem;
    color: #009fe9;
    margin-right: .5rem;
}
.hotline>span{
    display: inline-block;
    text-align: left;
}
.hotline>span>b{
    color: rgb(76, 76, 76);
    font-size: 24px;
}
.header .nav-box{
    height: 50px;
    background: #009fe9;
}
.nav.menu{
    background-color: transparent;
    box-shadow: none;
    color: white;
}
.nav.menu.row>div{
    height: 50px;
    line-height: 50px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
    border-right:none;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.nav.menu>div:hover, .nav.menu>div.active{
    background-color: #fff;
    color: #009fe9;
}
.nav.menu>div:not(.notlist):after{
    display: none;
}
.nav.menu>div>ul{
    padding: 0;
}
.nav.menu>div>ul>li {
    padding: .45rem 1rem;
    line-height: 2;
}

/* ------------footer-------------- */
.footer{
    background-color: #393939;
}
.footer .footwrap{
    color: rgb(178, 178, 178);
    padding: 30px 0;
}
.footer .foot-bottombar{
    background-color: #2b2b2b;
    padding: 14px 0;
    color: rgb(222,222,222);
    font-size: 14px;
    line-height: 1.5;
    font-family: 微软雅黑;
}
.foot-contact{
    text-align: left;
    float: right;
}
.foot-contact h3{
    color: rgba(255, 254, 254, 1);
}
h1.comname{
    color: rgb(0, 159, 233);
    font-size: 30px;
}
.c-footfff{
    color: rgba(255, 254, 254, 1);
}
/* -----col------ */
.col-title,
.col-box{
    animation: 0s ease 0s 1 normal none running none;
}
.col-title>h5{
    color: rgb(0, 159, 233);
    font-size: 20px;
}
.col-title>span{
    color: rgb(119, 119, 119);
    font-size: 14px;
}
.col-box{
    max-width: 322px;
}
.col-box>.col-box-title{
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-family: "微软雅黑";
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 16px;
    white-space: nowrap;
    -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
    transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
}
.col-box>.col-box-title:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 37px;
    background: rgba(0, 159, 233, 1);
    transition: all .6s ease;
}
.col-box:hover>.col-box-title:after{
    width: 120px;
}
.col-box .content{
    line-height: 2;
}
.kinglong{
    background: url(../images/wgA84iAQ.png) no-repeat center ,transparent;
    padding: 50px 0;
    background-size: cover;
}
.kinglong .media .content{
    background: rgba(63, 149, 190, .7);
    padding: 1.5rem;
    color: #fff;
}
.kinglong .media .content>p{
    line-height: 2;
    font-size: 1.1rem;
    text-indent: 2.2rem;
    margin-top: 1.5rem;
}
#pro-box{
    padding: 80px 0;
    background: url(../images/w44vAY.png) no-repeat center ,transparent;
    background-size: cover;
}
#pro-box .pro-title{
    white-space:nowrap;
    overflow:hidden;
   text-overflow:ellipsis;
   -webkit-line-clamp:1;
   -webkit-box-orient:vertical;
}
#news-box{
    padding: 80px 0;
}
#news-box .listdata,
.list-box .listdata{
    background: #f2f2f2;
    color: #666666;
    display: flex;
  align-items: center;
  justify-content: center;
}
#news-box .listdata:after,
.list-box .listdata:after{
	content: '';
	display: block;
    padding-top:100%;
}
#news-box .listdata .day,
.list-box .listdata .day{
    font-size: 25px;
    line-height: 25px;
    font-family: arial;
}
#news-box .media .content p{
    color: grey;
    text-indent: 2rem;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.media a:hover{
    color: #009fe9;
}
.main.page{
    padding: 80px 0;
}
.list-box .media.letf .img{
    width: 20%;
    flex: 1 1 20%;
}
.list-box .media.left .content{
    flex: 1 1 80%;
    width: 80%;
}
.list-box .listdata:after{
    padding-top: 75%;
}
.panel-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.panel-box>.title {
    padding: .75rem 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5;
}
.panel-box>.title>span{
    border-bottom: 2px solid #009fe9;
    display: inline-block;
    padding: 0 10px .5rem;
    height: 100%;
}
.panel-box>.content {
    padding: 1.5rem;
    text-align: left;
}
/* ---------分页--------- */
.pages{
    text-align: center;
    margin: 1rem auto;
}
.pages a,
.pages span{
    display: inline-block;
    margin: 0 1rem;
}
.pages a:hover,
.pages span.current{
    color: #009fe9;
}
.a_page>a{
    margin: 1rem .5rem;
    line-height: 2;
    font-size: 1.2rem;
    color: #009fe9;
}
.a_page>a.disabled{
    color: #ccc;
}